/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; position: fixed; top: 0;}
.banner .swiper-wrapper{overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .txt{width: 820px; position: absolute; left: 10%; top: 0; margin: 20% 0 0 0; z-index: 9}
.banner .txt img{transform: translateY(60px); -webkit-transform: translateY(60px); opacity: 0; transition: all ease .6s .8s; -webkit-transition: all ease .6s .8s;}
.banner .swiper-slide-active .txt img{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.banner .swiper-slide-active .img{animation: zoom 5s cubic-bezier(0.42,0,0.58,1); -webkit-animation: zoom 5s cubic-bezier(0.42,0,0.58,1); animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

.banner .banner_mark{width: 80%; height: 100px; background: #fff; position: absolute; bottom: 0; left: 50%; margin-left: -40%; z-index: 2}
.banner .banner_mark .img{width: 400px; position: absolute; top: 0; right: 0; margin: 30px 80px 0 0}

.mark{width: 100%; height: 820px; position: relative;}


/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; z-index: 9}
.title h1{font-size: 20px; color: #666;}
.title h3{font-size: 52px; color: #181818; font-weight: bold; font-family: "DisneyEnglish-Bold"}

.a_link{width: 130px; padding: 10px 0; margin: 40px 40px 0 0; text-align: center; background: transparent; border: 1px solid #999; box-sizing: border-box; overflow: hidden; position: relative}
.a_link i{font-size: 13px; color: #333; font-style: normal; font-family: 'novecentowide-book'; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #005aa1; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover i{color: #fff;}
.a_link:hover:before{width: 100%;}

/*----list01----*/
.list01{padding: 120px 0; position: relative; overflow: hidden; background: #f5f6fb}
.list01 .title{width: 20%;}
.list01 .list01_con{width: 80%; background: #fff; position: relative}

.list01 .list01_con .list01_list{width: 100%;}
.list01 .list01_con .list01_list .li{}
.list01 .list01_con .list01_list .li .t{width: 40%; padding: 100px 50px}
.list01 .list01_con .list01_list .li .t h1{font-size: 24px; color: #181818; font-weight: bold; margin-bottom: 20px; opacity: 0; transform: translateY(30px); -webkit-transform: translateY(30px); transition: all ease .5s .5s; -webkit-transition: all ease .5s .5s}
.list01 .list01_con .list01_list .li .t .line{display: block; width: 100%; height: 1px; background: rgba(0,0,0,.4); margin: 30px 0 40px 0;}
.list01 .list01_con .list01_list .li .t p{font-size: 14px; color: #666; line-height: 26px; opacity: 0; transform: translateY(30px); -webkit-transform: translateY(30px); transition: all ease .5s .7s; -webkit-transition: all ease .5s .7s}
.list01 .list01_con .list01_list .li .t .arrow{display: block; width: 120px; padding: 20px 0; background: url("../image/ico01.png") no-repeat; margin-top: 30px; opacity: 0; transform: translateY(30px); -webkit-transform: translateY(30px); transition: all ease .5s .8s; -webkit-transition: all ease .5s .8s}

.list01 .list01_con .list01_list .li .img{width: 60%;}
.list01 .list01_con .list01_list .li .img img{width: 100%;}

.list01 .list01_con .list01_list .slick-prev, .list01 .list01_con .list01_list .slick-next{width: 100px; height: 100px; padding: 30px; border-radius: 0; margin-top: 100px;}
.list01 .list01_con .list01_list .slick-prev{background: #005aa1; left: -100px;}
.list01 .list01_con .list01_list .slick-next{background: #ff8833; left: 0;}
.list01 .list01_con .list01_list .slick-prev:before{background: url("../image/next7.png") no-repeat}
.list01 .list01_con .list01_list .slick-next:before{background: url("../image/next8.png") no-repeat}

.list01 .list01_con .list01_list .li.slick-active .t h6{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list01_list .li.slick-active .t h1{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list01_list .li.slick-active .t p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list01 .list01_con .list01_list .li.slick-active .t span{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

/*----list02----*/
.list02{position: relative; overflow: hidden;}
.list02 .title{width: 600px; position: absolute; top: 0; left: 50%; margin-left: -300px; margin-top: 60px; text-align: center}
.list02 .title h1{color: #fff;}
.list02 .title h3{font-size: 42px; color: #fff;}

.list02 .list02_con{}
.list02 .list02_con .list{}
.list02 .list02_con .list li{width: 16.6666%; float: left; position: relative}
.list02 .list02_con .list li:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(6,55,134,.6); position: absolute; top: 100%; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .img{width: 100%; overflow: hidden}
.list02 .list02_con .list li .img img{width: 100%;}
.list02 .list02_con .list li .t{width: 100%; position: absolute; top: 0; left: 0; text-align: center; margin-top: 70%; padding: 0 40px; transform: translateY(30px); -webkit-transform: translateY(30px); transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .t h1{font-size: 24px; color: #fff; margin-bottom: 6px; font-weight: bold;}
.list02 .list02_con .list li .t h6{font-size: 18px; color: #fff; margin-bottom: 20px; font-family: 'DisneyEnglish-Bold'; text-transform: uppercase}
.list02 .list02_con .list li .t p{font-size: 13px; color: #fff; line-height: 22px; opacity: 0; transform: translateY(20px); -webkit-transform: translateY(20px); transition: all ease .4s; -webkit-transition: all ease .4s}

.list02 .list02_con .list li:hover:before{top: 0;}
.list02 .list02_con .list li:hover .t{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.list02 .list02_con .list li:hover .t p{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}

.list02 .list02_con .list li:nth-child(1){animation-delay: .5s; -webkit-animation-delay: .5s}
.list02 .list02_con .list li:nth-child(2){animation-delay: .6s; -webkit-animation-delay: .6s}
.list02 .list02_con .list li:nth-child(3){animation-delay: .7s; -webkit-animation-delay: .7s}
.list02 .list02_con .list li:nth-child(4){animation-delay: .8s; -webkit-animation-delay: .8s}
.list02 .list02_con .list li:nth-child(5){animation-delay: .9s; -webkit-animation-delay: .9s}
.list02 .list02_con .list li:nth-child(6){animation-delay: 1s; -webkit-animation-delay: 1s}

/*----list03----*/
.list03{padding: 100px 0; position: relative; overflow: hidden}
.list03 .w1366:before{content: ""; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; top: 50%; left: 0;}
.list03 .list03_left{width: 45%; margin-right: 5%; margin-top: 100px;}
.list03 .list03_left h6{font-size: 50px; color: #181818; font-weight: bold; font-family: 'DisneyEnglish-Bold'}
.list03 .list03_left h1{font-size: 18px; color: #999; margin-bottom: 80px;}
.list03 .list03_left p{font-size: 14px; color: #999; line-height: 26px;}

.list03 .list03_right{width: 50%; position: relative}
.list03 .list03_right .img{width: 60%; margin-right: 30%; overflow: hidden;}
.list03 .list03_right .img img{height: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list03 .list03_right .a_link{position: absolute; top: 50%; right: 0;}
.list03 .w1366:hover .list03_right .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}


/*----list04----*/
.list04{width: 100%; padding: 140px 0 100px 0; position: relative; background: url("../image/c8.jpg") no-repeat fixed;}
.list04:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.2) url("../image/makr_bg.png") repeat; position: absolute; top: 0; left: 0;}
.list04 .list04_left{width: 50%;}

.list04 .list04_right{width: 50%;}
.list04 .list04_right .li{width: 50%; float: left; padding: 40px 40px; text-align: center; position: relative; z-index: 2}
.list04 .list04_right .li span{height: 60px; font-size: 70px; color: #fff; margin-top: 10px; font-family: 'DisneyEnglish-Bold'}
.list04 .list04_right .li i{font-size: 13px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list04 .list04_right .li p{font-size: 13px; color: #fff; line-height: 30px;}
.list04 .list04_right .li:nth-child(1):before{content: ""; display: block; width: 80%; height: 1px; background: rgba(255,255,255,.6); position: absolute; bottom: 0; left: 0;}
.list04 .list04_right .li:nth-child(2):before{content: ""; display: block; width: 80%; height: 1px; background: rgba(255,255,255,.6); position: absolute; bottom: 0; right: 0;}
.list04 .list04_right .li:nth-child(2):after{content: ""; display: block; width: 1px; height: 80%; background: rgba(255,255,255,.6); position: absolute; top: 0; left: 0;}
.list04 .list04_right .li:nth-child(4):after{content: ""; display: block; width: 1px; height: 80%; background: rgba(255,255,255,.6); position: absolute; bottom: 0; left: 0;}

/*----list05----*/
.list05{width: 100%; padding: 80px 0; position: relative; overflow: hidden; background: url("../image/c9.jpg") no-repeat fixed}
.list05 .list05_con{padding-top: 60px;}
.list05 .list05_con .list05_left{width: 45%; margin-right: 5%;}
.list05 .list05_con .list05_left .img{width: 100%; height: 220px; overflow: hidden}
.list05 .list05_con .list05_left .img img{width: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .txt{padding: 20px 0 0 0}
.list05 .list05_con .list05_left .txt h1{font-size: 17px; color: #181818; margin-bottom: 20px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_left .txt .data{width: 15%; margin-right: 5%; border-right: 1px solid #e0e0e0}
.list05 .list05_con .list05_left .txt .data h6{font-size: 26px; color: #181818; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_left .txt .data p{font-size: 16px; color: #999; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_left .txt .txt_c{width: 75%}
.list05 .list05_con .list05_left .txt .txt_c p{font-size: 14px; color: #999; line-height: 22px}

.list05 .list05_con .list05_right{width: 50%}
.list05 .list05_con .list05_right .list{list-style: none}
.list05 .list05_con .list05_right .list li{border-bottom: 1px solid #e0e0e0; margin-bottom: 20px; padding-bottom: 20px}
.list05 .list05_con .list05_right .list li .data{width: 15%;}
.list05 .list05_con .list05_right .list li .data h6{font-size: 26px; color: #181818; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_right .list li .data p{font-size: 16px; color: #999; font-family: 'novecentowide-book'}
.list05 .list05_con .list05_right .list li .txt{width: 85%;}
.list05 .list05_con .list05_right .list li .txt h1{font-size: 17px; color: #181818; margin-bottom: 16px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list05 .list05_con .list05_right .list li .txt p{font-size: 14px; color: #999; line-height: 20px}

.list05 .list05_con .list05_left:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.list05 .list05_con .list05_left:hover .txt h1{color: #005aa1}
.list05 .list05_con .list05_right .list li:hover .txt h1{color: #005aa1; transform: translateX(10px); -webkit-transform: translateX(10px)}

















